public IList <TbCpComprasDetalleServicio> GetAllComprasDetalleServicioByCompraId(int id) { return(repository.GetAllComprasDetalleServicioByCompraId(id)); }