private string GetFileDialogFilter()
 {
     return($"{NeuralNetwork.GetNetworkName()} Model File|*.{NeuralNetwork.GetModelExtension()}");
 }