public IEnumerable <CellView> Get(string rruName)
 {
     return(_service.QueryByRruName(rruName));
 }