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