public void AddNewSale(skSales TransactionObject, int UserID) { TransactionRepo.AddNewSale(TransactionObject, UserID); }