public void DeleteRole(RoleModels role) { SecurityData securityData = new SecurityData(); securityData.DeleteRole(role); }