private void InitializeItsComponents() { Count = WindowHelper.SetBorder(this, this.Grid); CountOptionsGrid = WindowHelper.CalculateGridMaxCount(OptionsGrid); CountMedicalRecordGrid = WindowHelper.CalculateGridMaxCount(MedicalRecordGrid); ButtonContentHelper.SetStackPaneledButton(GoBack.GoBackButton.Content as StackPanel, GoBack.GoBackText, language.GoBack); }