public string GetDateTimeActivityStart(int activityId) { // get the start date return(dao.GetDateTimeByActivityStart(activityId)); }