public void Buy(DateTime time, String CustomerSSN, String MobileSerial, String ModName, String ModSellPrice)
        {
            Datalayer dl = new Datalayer();

            dl.Buy(time, CustomerSSN, MobileSerial, ModName, ModSellPrice);
        }