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