public virtual void Delete(IDAOInventoryTransactions daoInventoryTransactions)
 {
     daoInventoryTransactions.Delete();
 }