DataSet ds = new DataSet();
//reading XML file and storing its data to dataset.
ds.ReadXml("C:\\dataEmployee.xml");