public bool DeleteCotizacionDetalle(TbFaCotizacionDetalle domain)
 {
     return(repository.DeleteCotizacionDetalle(domain));
 }