public static int AddnewConnection(Guid From, Guid To)
 {
     return(ConnectionDAL.AddnewConnection(From, To));;
 }