public static bool DeleteByUserName(string userName)
 {
     return(dal.DeleteByUserName(userName));
 }