private DevInfo GetDevInfoByid(int id)
    {
        CommunicationObject service = CommunicationObject.Instance;

        if (service)
        {
            return(service.GetDevByid(id));
        }
        return(null);
    }