public DataTable ListContractsByClientID(string id)
 {
     return(readDataHandler.ListContractsByClientID(id));
 }