public IEnumerable <AvailabilityVM> GetForCalendar(string fromDate, string toDate) { return(repo.DoCalendarTasks(fromDate, toDate)); }