private void ProcessNectar(NectarVat vat, Bee bee, HiveLog log)
 {
     try
     {
         queen.ProcessNectar(vat, bee, log);
     }
     catch (HiveLogException)
     {
         MessageBox.Show("There was a problem in the hive log.");
     }
 }