public RptFinanceComment Insert(RptFinanceComment rptFinanceComment)
 {
     return(rptFinanceCommentRepository.Insert(rptFinanceComment));
 }