public static void DeletePaymentTypeHandler(int id)
 {
     PaymentTypeRepository.DeletePayment(id);
 }