public static bool InsertPaymentType(string type) { PaymentTypeRepository.InsertPaymentType(type); return(true); }