public bool Authenticate(int username, string password)
 {
     return(d.Authenticate(username, password));
 }