public IList <TbFaCotizacion> GetAll()
 {
     return(repository.GetInfoCotizacion());
 }