public Perfil GetEntityById(int id)
 {
     return _perfil.GetEntityById(id);
 }