i want to read content form xml file in the below format in c# . Please let me know
<Company>
  <Employee>
    <FirstName>FN</FirstName>
    <LastName>LN</LastName>
  </Employee>
 <Employee>
   <FirstName>FN1</FirstName>
   <LastName>SN1</LastName>
 </Employee>
</Company>
 
    