private void CreateContractClick(object sender, RoutedEventArgs e)
        {
            ShowCreateContractView();

            NewIndustryContractControl.SetBlueprint(null);
        }
        internal void CreateNewContract(EoiBlueprint e)
        {
            ShowCreateContractView();

            NewIndustryContractControl.SetBlueprint(e);
        }