public IQueryable <Header> GetAllHeaderByCategoryId(int id) { return(_headerRepository.GetAllHeaderByCategoryId(id)); }