public static Instance Insert(Instance obj)
 {
     return(repository.Insert(obj));
 }