public static IEnumerable <Service> GetServiceByIDCate(int idCate) { return(ServiceDAO.GetServiceByIDCate(idCate)); }