public bool AddLoanEntity(LoanTypeMaster LoanTypeMaster)
 {
     return(Repository.AddLoanEntity(LoanTypeMaster));
 }