public static void InsertNewPaymentTypeHandler(string name)
 {
     PaymentTypeRepository.InsertNewPaymentType(name);
 }