public ResultMessage <Statement> SoftDelete(int id)
 {
     return(statementRepository.SoftDelete(id));
 }