public static AdminUserEntity GetLoginByName(string username) { return(AdminUserDAL.GetByUserName(username)); }