public int UpdateUserRoleByUserID(string Permissions, int UserID) { return(AdminUserDAL.UpdateUserRoleByUserID(Permissions, UserID)); }