public void RemoveRole(RoleProfile role)
 {
     this.Delete(this.FindById(role.RoleId));
 }