public string[] SearchStaffDataBaseCountCase(SearchStaff SearchStaffCondition, string getid)
 {
     StaffDataBase sDB = new StaffDataBase();
     return sDB.SearchStaffDataBaseCountCase(SearchStaffCondition, getid);
 }