@org_logo_attchment=Attachment.where("container_id =? and container_type =? and attachtype =?",@organization,"Organization",0).order("created_on desc").first
@org_banner_attchment=Attachment.where("container_id =? and container_type =? and attachtype =?",@organization,"Organization",1).order("created_on desc").first