public decimal GetMonthlyInterest()
 {
     return(_calc.GetMonthlyInterest(GetiRate(), Getbalance()));
 }