public static Registry Find(Guid id)
 {
     return(RegistryDAO.Find(id));
 }