// DELETE: api/Role/5
 public void Delete(int id)
 {
     dalobj.proc_RemoveRole(id);
 }