public void DeleteSystemRole(TB_EL_System_Role systemRole)
 {
     _repositoryTB_EL_System_Role.Remove(systemRole);
 }