public CategoryResult Find(long id)
 {
     Data.Entity.Category entity = Dao.Find(id);
     return(ResultConverter.Convert(entity));
 }