public static int CheckRoleLogin(string mail, string pwd)
 {
     return(UserBUS.CheckRoleLogin(mail, pwd));
 }