public bool Undeploy()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.Undeploy());
        }
        public string GetEncodedImageString()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.GetEncodedImageString());
        }
        public Device Fill()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.Fill());
        }
        public bool Delete()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.Delete());
        }
        public Device Update()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.Update());
        }
        public Device Create()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.Create());
        }
        public List <Device> GetDeviceListFromCompanyID(int companyID)
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.GetDeviceListFromCompanyID(companyID));
        }
        public bool SaveSpots(List <Spot> spotList)
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.SaveSpots(spotList));
        }
        public bool ClearImage()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.ClearImage());
        }