public IEnumerable <Service> GetByCategoryId(ushort id) { return(ServiceDAO.GetListByCategory(id)); }