public bool AddLoanrateEntity(LoanRateTypeMaster LoanRateTypeMaster)
 {
     return(Repository.AddLoanrateEntity(LoanRateTypeMaster));
 }