public String getName() {
   return moduleSettings.getController();
 }
 public int getLayout() {
   return moduleSettings.getResLayout();
 }
 public Drawable getIcon() {
   return dashboardActivity.getResources().getDrawable(moduleSettings.getResIcon());
 }
 public int getBackgroundColor() {
   return dashboardActivity.getResources().getColor(moduleSettings.getResBackgroundColor());
 }
 public String getTitle() {
   return dashboardActivity.getResources().getString(moduleSettings.getResTitle());
 }