public IHttpActionResult DeleteEmployeeById(Guid id) { empService.DeleteEmployeeDTO(id); return(Ok("Employee Successfully Removed")); }