public int SaveUploadedDocument(Int64 BLId, int DocName, string DocType, byte[] DocImage, DateTime UploadDate) { return(ImportBLDAL.SaveUploadedDocument(BLId, DocName, DocType, DocImage, UploadDate)); }