public dynamic RetrieveTasks() { var tasks = _tasksDao.FindAll(); var taskList = new TaskListModel(tasks, _hostName); return(taskList); }