public async Task Delete(int id)
 {
     await _facultyService.Remove(id);
 }