public virtual void DeleteProductLineInProcessLocationDetail(Int32 id)
 {
     entityDao.DeleteProductLineInProcessLocationDetail(id);
 }