public IEnumerable <TaskPL> GetTasksOfList(string id) { return(Automapper.GetTasksOfList(int.Parse(id))); }