public ActionResult <IEnumerable <ProveedorDTO> > GetProveedores() { return(Ok(_repository.GetAll())); }