public bool UpdateTaskList(UserTaskListModel list) { return(_repository.UpdateTaskList(Mapper.MapTaskList(list))); }