public virtual void CreateByMaterial(ByMaterial entity)
 {
     entityDao.CreateByMaterial(entity);
 }