public List <UnidadeEntity> ListarUnidadesByEmpresa(int IdEmpresa)
 {
     return(_service.ListarUnidadesByEmpresa(IdEmpresa));
 }