public DataTable GetEmployeeByContactNumber(string number)
 {
     return(readDataHandler.GetEmployeeByContactNumber(number));
 }