When you define your path const :
const string Child_Medical_Pdf = @"~/Media/ChildPdf";
The symbol "@" means don't need add any escape character for the following string, the url is exactly the same as the string shows.