public List <Loan> GetAllCustomerLoans()
 {
     return(loanServices.GetAllCustomerLoans(GetCustomerId()));
 }