public string GetPassword(string username)
 {
     return(aLoginGateway.GetPassword(username));
 }