public Khoa Delete(int id) { return(_KhoaRepository.Delete(id)); }
public bool Delete(string id) { return(_res.Delete(id)); }