public void Add_Printer(string id, Types type, string name, DateTime RegDate, string pt, string ps, string col, string sc) { MainDeviceList.Add_Printer(id, type, name, RegDate, pt, ps, col, sc); }