public IActionResult AllWorkType()
        {
            var results = _repository.GetAllWorkType();

            return(View(results));
        }