public IEnumerable <Category> Get()
 {
     return(cadb.GetCategory());
 }