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