private void GetDetails(Microsoft.Xna.Framework.GameTime time)
 {
     _component = (NotePadComponent)Game.Player.GetComponent <NotePadComponent>();
 }
 public void SetUp()
 {
     _component = (NotePadComponent)Game.Player.GetComponent <NotePadComponent>();
 }