internal static void UpdateTask(Task task) { var taskMapper = new TaskMapper(ConnectionString); taskMapper.UpdateTaskInDb(task); }