public IActionResult Count()
 {
     return(Ok(new { TotalEmployee = _employeeRepo.Count() }));
 }