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