/// <summary>
 /// Jonathan Sanborn
 ///
 /// Logs the current user out of the system
 /// </summary>
 /// <param name="sender">The object that raised this event</param>
 /// <param name="e">the event arguments</param>
 private void btnLogout_Click(object sender, EventArgs e)
 {
     MMControl.UserLogout(sender, e);
 }