public void ShowThemeNameNumber(Themes themes) { throw new System.NotImplementedException(); }
public void CreateTheme(Themes new_obj) { this.listOfThemes.Add(new_obj); throw new System.NotImplementedException(); }