public QueryWeek(WeekDto week) { this.Week = week; }
public WeekAdapter(WeekDto week) { this.Week = week; }