public SalesInvoice GetObjectById(int Id)
 {
     return(_repository.GetObjectById(Id));
 }