public static DbRegister GetInstance() { if(Instance == null) Instance = new DbRegister(); return Instance; }
static DbRegister() { Instance = null; }