Anyways give me some feedback on it.
Kevin if you could start making the window forms as to how you did in
your diagrams that would be great.
e.g. Go to the design layout of the windows forms, and the drag the
items from the toolkit view,
extra stuff you could do is double click a button to go to the
callback functions, (or for more advanced callbacks click on the
lightning bolt in properties view)
Matt if you could start adding comments to what each controller class
could have
e.g. loginController should have some functions like verify user and
password, or create user
or better yet if you could actually add the fuctions in, e.g. bool
verifyUser(string username, string password)
Some extra stuff to do that would be pretty easy is to add the info
for the models.