public virtual bool DeleteAssetFile(int AssetFile_ID) { AssetFile report = AssetFile.GetBy(AssetFile_ID); report.Delete(); return(true); }