/// <summary>
 /// Initializes a new instance of the <see cref="PlayListEditorModel"/> class.
 /// </summary>
 public PlayListEditorModel()
 {
     dataBase = new DB_Executer();
 }