public IEnumerable <Profile> Get() { return(profileRepo.GetAll()); }
public IEnumerable <Jam> Get() { return(jamRepo.GetAll()); }