public int GetByName(CATEGORy cat)
 {
     return(_objDAL.GetByName(cat));
 }