public FileResult Download(string filePath)
 {
     return(File(filePath, PublicFunctions.GetFileExtension(Path.GetExtension(filePath))));
 }