public static DataTable GetDataTable() { string cmd = "select * from Borrower"; return(DAO.GetDataTable(cmd)); }