public void InsertComp(String CompSerial, String CompNameA)
        {
            Datalayer dl = new Datalayer();

            dl.InsertComp(CompSerial, CompNameA);
        }