public CreateTeamForm(ITeamRequester caller)
        {
            InitializeComponent();
            callingForm = caller;
            //createSampleData();
            HeadingLabel.Text = callingForm.DivisionName();
            sdm = callingForm.SeasonDivision();

            StackFrame frame = new StackFrame(1, true);

            method = (frame.GetMethod().Name);

            //  wireUpPlayerDropDown();
            WireupVenueDropDown();
            getTeamNames(teams);
        }