public void DeleteById(Guid id) { awardDAL.DeleteById(id); }
public void DeleteById(int id) { _awardDAL.DeleteById(id); }