private void BtnSave_OnClick(object sender, RoutedEventArgs e)
 {
     SkinController.Save();
     TcEditors.SelectedIndex = 1;
 }