private void PopulateDataGridView()
 {
     recentTransactionDataGridView.DataSource = ProductDal.GetAllRecent();
 }