public bool AskUserForNewTask(out data.Task newTask) { newTask = _dlg.EditNew(); return(newTask != null); }