public static Boolean CheckPaymentReferencesHandler(int id)
 {
     return(PaymentTypeRepository.CheckPaymentReferences(id));
 }