public static int DeleteConnectionBetween(Guid id1, Guid id2) { return(ConnectionDAL.DeleteConnectionBetween(id1, id2)); }