public string[] AddYearVacation(YearVacationDataBase YVStructure) { StaffDataBase sDB = new StaffDataBase(); return sDB.AddYearVacation(YVStructure); //return string[0]; }