public override IQueryable <PaymentMethod> GetAll()
 {
     return(PaymentMethods.GetAll());
 }