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