public int DeleteMap(string name, string username)
 {
     return(context.DeleteMap(name, username));
 }