public int getLogin(string user, string password)
 {
     return(dal_Login.getLogin(user, password));
 }