public bool DeleteOdiByOId(int OId)
 {
     return(oiDal.DeleteOdiByOId(OId) > 0);
 }