public Form1()
 {
     InitializeComponent();
     _keyService = new KeyService();
     _keyService.GeneratePrimeTable();
 }