public static DevicesController GetDevices() { if (ctrler == null) { ctrler = new DevicesController(); } return ctrler; }