public bool Logout(string username)
 {
     if (controller.Logout(username))
     {
         return(true);
     }
     return(false);
 }