public virtual void run()
 {
     if (command != null)
     {
         command.execute(null);
     }
 }