public List <ThucDonDTO> TraCuu(int x, int y) { ThucDonDAO a = new ThucDonDAO(); return(a.TraCuu(x, y)); }