private void RefreshMainGrid()
        {
            PhoneCaseManage f = (PhoneCaseManage)Application.OpenForms["PhoneCaseManage"];

            if (f != null)
            {
                f.FillPhoneCasesGrid();
            }
        }