MVC transfer data from controller to list in the form of list. If a page needs to load multiple lists using razor then you will have to wrap multiple lists into single object list. Following code will help you to accomplish this.
Modal
public class MarketingStaffModal
{
public string ID {get;set;}
public string Name {get;set;}
}