public void VerifyInterest(int interestId)
 {
     _interestRepo.VerifyInterst(interestId);
 }