public bool Reject(int id)
        {
            var result = _repo.Reject(id);

            return(result);
        }