Open an existing file on button click in c# Winform

Open an existing file in c# Winform

Structure

 Process.Start("File Opener Application Name.exe", "C:\\URL of File Location\\File Name");

Example

 Process.Start("chrome.exe", "C:\\Users\\DWASA\\Desktop\\WHAT-IS-EVENTS.pdf");