public TbFaCotizacion Update(TbFaCotizacion domain)
 {
     return(repository.Update(domain));
 }