public bool Destroy(object Id) { return(PaymentType.Destroy(Id) == 1); }
public bool Delete(object Id) { return(PaymentType.Delete(Id) == 1); }