protected override void OnStop()
 {
     GisSever.stop();
 }
 protected override void OnStart(string[] args)
 {
     GisSever.start();
 }