public List <BrandMonitorCategory> GetNameList()
 {
     try
     {
         return(_ibrand.GetNameList());
     }
     catch (Exception ex) { throw ex; }
 }