public TbFaCotizacionDetalle GetCotizacionDetalleById(long id)
 {
     return(repository.GetCotizacionDetalleById(id));
 }