public string GetPost(string username)
 {
     return(loginDataAccess.GetPost(username));
 }