public IVatDevice GetVatDevice(string str)
 {
     return(VatService.GetVatDevice(str) as VatDevice);
 }
 public IVatDevice GetVatDevice(ICoreObject controllerTarget)
 {
     return(VatService.GetVatDevice(controllerTarget) as VatDevice);
 }