public void Generate()
 {
     if (_running)
     {
         _stars.Increase(_production);
     }
 }