public List<YearVacationDataBase> GetYearVacation(string StaffID) { StaffDataBase sDB = new StaffDataBase(); return sDB.GetYearVacation(StaffID); }