public IActionResult DeleteTenant(int id, bool isActive) { _repo.Remove(id, isActive); return(Ok()); }