public List<InventorySystem.Entities.Product> GetProducts()
 {
     _da = new ProductDataAccess();
     return _da.GetProducts();
 }