public void ReportPicture() { if (_pictureBL.CurrentPicture != null) { ReportPDF.ReportPicture(_pictureBL.CurrentPicture); } }