public int DeleteUser(int id) { try { _user.Deleteuser(id); return(id); } catch (Exception ex) { return(0); } }