public int UpOneStaffDataBase(CreateStaff StaffData) { StaffDataBase sDB = new StaffDataBase(); return sDB.UpOneStaffDataBase(StaffData); }