//start here -Andre
 public static PaymentType checkExistPaymentType(string type)
 {
     return(PaymentTypeRepository.checkPaymentType(type));
 }