public ToolStripMenuAyarlar(FrmSonDepremler frmSonDepremler)
        {
            _frmSonDepremler = frmSonDepremler;

            _ayar = new Ayar();
        }
 public static void KaydetVeFormYenile <T>(this Ayar ayar, FrmSonDepremler frmSonDepremler, T sayi, string tur)
 {
     ayar.Kaydet(sayi, tur);
     frmSonDepremler.FrmSonDepremler_Load(null, null);
 }