public bool GetCountByOId(string oid, string count)
 {
     return(dal.GetCountByOId(oid, count) > 0);
 }