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