static void Main(string[] args)
        {
            CyborgSubs CS = new CyborgSubs();

            CS.OpenShop(71);
        }
 static void Main(string[] args)
 {
     CyborgSubs CS = new CyborgSubs();
     CS.OpenShop(71);
 }