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