private void BananGo(object obj)
 {
     UtilUser.SetSection(WarehouseSection.Banana);
     GoNewReceptions();
 }
 private void MangoGo(object obj)
 {
     UtilUser.SetSection(WarehouseSection.Mango);
     GoNewReceptions();
 }