public InfoFornecedor PorEstado(string estado)
 {
     return(_infoRepository.FindByEstado(estado));
 }