public int DeletePin(int pinID) { DBservices dbs = new DBservices(); int RowAffected = dbs.DeletePin(pinID); return(RowAffected); }