public String printalreadyexists(){
String password_incorrect="File Already Exists,Use a Diferente Name";
return password_incorrect;
}
public boolean Show_Accounts(){
Keep_It_Safe.read=new OpenObject();
boolean flag=false;
if(Keep_It_Safe.read.openfile())
{
flag=true;