public int rowCount(string search) { return(EmployeeTable.rowCount(search)); }
public int rowCount() { return(EmployeeTable.rowCount()); }