public TbFaCotizacion GetCotizacionById(int id)
 {
     return(repository.GetCotizacionById(id));
 }