public void Dispose()
 {
     db.Dispose();
     db = null;
     db = new SosyalYardimDB();
 }