private IList <int> CreateMemoryBanks(string commaDelimetedList)
 {
     return(NumberHelper.CreateList(commaDelimetedList));
 }