public int EditRole(int RoleID, string RoleName, int[] ids) { return(rdal.EditRole(RoleID, RoleName, ids)); }