public static DBİşlemleri GetInstance() { if (instance == null) { instance = new DBİşlemleri(); } return(instance); }