public static bool DeleteByGrid(Guid id)
 {
     return(RegistryDAO.DeleteByGrid(id));
 }