public static EgitmenOgrenci GetInstance()
 {
     if (db == null)
     {
         db = new EgitmenOgrenci();
     }
     return(db);
 }