public Dictionary <string, string> GetFilesInfo()
 {
     return(WebHelpers.GetAllFilesInfo(HttpContext.Current.Server.MapPath("~/ClientBin")));
 }