public bool deletePersonalDocument(string id, string filename)
 {
     return(HelperCommon.deletePeronalDocument(id, filename));
 }