public void RoleAddauth(int authid, int roleid) { role_repo.AddAuth(roleid, authid); SubmitChanges(); }