public void ConcatenateRhythm(Rhythm anotherRhythm, int timeInBetween)
 {
 }
 public bool IsIdentical(Rhythm anotherRhythm)
 {
     return(true);
 }