public IList <DropDownItem> GetWeekOffs(long UserId) { using (ILeaveHelper helper = new LeaveHelper()) { return(helper.GetWeekOffs(UserId)); } }